adamwulf stanford-postagger-objc
adamwulf/stanford-postagger-objc
This repository provides an Objective-C conversion of Stanford's Java Part-of-Speech Tagger. Both the Java and Objective-C versions are provided, along with instructions on how to build the iOS framework, include it into your app, or convert it from Java to Objective-C yourself. The original Java implementation is available at the Stanford NLP website. This is everything that's included in this repository. The converted Java to Objective-C source code for Stanford's Part of Speech Tagger An Xcode project that builds a framework for the tagger that you can include in your iOS project.